Auto merge of #3021 - alexcrichton:test-release-panic-abort, r=brson
authorbors <bors@rust-lang.org>
Tue, 23 Aug 2016 22:02:37 +0000 (15:02 -0700)
committerGitHub <noreply@github.com>
Tue, 23 Aug 2016 22:02:37 +0000 (15:02 -0700)
commit3fe50e18d7a26ff422b3441c7b40c018c8f95215
tree8a6c250737a6c80435c84a021dac667369f1ea7a
parentb0ce1d87af41c48988e18d2277ef5dcfc9ca375a
parent23498ec3d2e6b5c2a4665f40ed91f77a36e70754
Auto merge of #3021 - alexcrichton:test-release-panic-abort, r=brson

Fix transitive doctests panic=abort

Ensure that when we compile doctested libraries or examples we use the same
panic mode as the rest of the tests, namely ignoring panic=abort b/c libtest
isn't compiled with panic=abort.

Closes #3017
src/cargo/ops/cargo_compile.rs